home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_11 / 9n11047a < prev    next >
Encoding:
Text File  |  1995-11-01  |  298 b   |  9 lines

  1. Executive Functions
  2. void *ExecAlloc(unsigned int size);
  3. THREAD_ID ExecCreateThread(PROCESS_TYPE procType, 
  4.         void (*pFunction)(void), unsigned int stackSize, 
  5.         unsigned long arg0, unsigned long arg1);
  6. THREAD_ID ExecGetThreadID(void);
  7. void ExecInit(void);
  8. void ExecStart(void);
  9.